home *** CD-ROM | disk | FTP | other *** search
- on exitFrame
- global nIdioma, nFin
- case nIdioma of
- 1:
- set nFin to 1995
- set the movieTime of sprite 5 to 300
- 2:
- set nFin to 9460
- set the movieTime of sprite 5 to 7770
- 3:
- set nFin to 16985
- set the movieTime of sprite 5 to 15300
- end case
- set the movieRate of sprite 5 to 1
- end
-
- on mouseDown
- set the movieRate of sprite 5 to 0
- go("codigo")
- end
-